[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn 5F05  - DOS 4+ Network - Get Extended Redirection List Entry     [D]

   AX = 5F05h
   BX = redirection list index
   DS:SI -> buffer for ASCIZ source device name
   ES:DI -> buffer for destination ASCIZ network path

Return: CF set on error
       AX = error code (see AH=59h)
   CF clear if successful
       AX = server's network process ID handle (10NET)
       BH = device status flag (bit 0 clear if valid)
       BL = device type (03h if printer, 04h if drive)
       CX = stored parameter value (user data) from AX=5F03h
       BP = NETBIOS local session number
       DS:SI buffer filled
       ES:DI buffer filled

Notes: the local session number allows sharing the redirector's session number
   if an error is caused on the NETBIOS LSN, the redirector may be unable
     to correctly recover from errors
   the DOS kernel calls INT 2F/AX=111Eh with AX on top of the stack
   supported by DR-DOS 5.0
   also supported by 10NET v5.0

See Also: AX=5F06h"Network",INT 2F/AX=111Eh

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson